home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / misc / varfbox.sty < prev    next >
Text File  |  1991-08-07  |  798b  |  21 lines

  1. % Save file as: VARFBOX.STY            Source: FILESERV@SHSU.BITNET  
  2. \typeout{Document Sub-Style 'varfbox', Version 1 (August 8, 1989) GDG}
  3. \newdimen\holdrule
  4.  
  5. \edef\Fbox#1#2{\holdrule=\fboxrule
  6. \fboxrule=#1mm \fbox{#2} \fboxrule=\holdrule}
  7.  
  8. % Usage: \Fbox{foo}{Text to box}
  9. % This is a short style file which allows the user to specify the size of
  10. % \fboxrule (in mm) as they use the \fbox environment by specifying \Fbox
  11. %
  12. % foo is the number of millimeters the \fboxrule should be set to for
  13. % that box.
  14. %
  15. % \fboxrule for normal \fbox environment is not changed.
  16. %
  17. % Author: George D. Greenwade, Director, Center for Business and Economic
  18. %   Research, sam Houston State University, Huintsville, TX (409) 294-1518
  19. %   BITNET: BED_GDG@SHSU
  20. % Revision History:  8-AUG-1989  Original Version  GDG
  21.